home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / gt_power / gttutors.zip / GTTUTOR2.TXT < prev    next >
Text File  |  1987-07-20  |  25KB  |  429 lines

  1. *****************************************************************
  2. Following  is a second conversational 'chat' between James  Davis 
  3. and  Raymond Wood designed as a follow-up of the first  one.   It 
  4. takes  on the form of a tutorial again due to the high number  of 
  5. requests for same following the first one we released.
  6.  
  7. Note, this is an update of the original text in that I discovered
  8. an inadvertant error in the original that confused SEAlink and
  9. Zmodem relative to their implementation of network flow control.
  10. *****************************************************************
  11.  
  12. D:  Shall we start this off with a kind of outline as to where  I 
  13. think  we  will  go  with it?   We  discussed  many  fundamentals 
  14. involved  with communications in the first tutorial and ended  up 
  15. discussing  several of the more popular file transfer  protocols.  
  16. This  session  will  go farther into the area  of  file  transfer 
  17. protocols, technology such as the 9600 bit per second modems  and 
  18. error  correcting modems with MNP or ARQ, and how one goes  about 
  19. intelligently selecting a protocol given a basic understanding of 
  20. their  environment.  For example, while Ymodem was  described  as 
  21. the 'King of the hill' when it comes to performance, that is  not 
  22. true  if you are using one of the packet switching networks.   It 
  23. is also not true at 9600 bits per second.
  24.  
  25. W:   You  mentioned 9600 and MNP.  I thought that  there  was  no 
  26. industry standard  for 9600 and that it is only practical if  the 
  27. other  end is talking the same language with the  same  hardware?  
  28. Also   that   MNP  was  implemented  in  the  hardware   of   the 
  29. modem...where am I wrong ?
  30.  
  31. D:   You're  not wrong.  GT PowerComm (12.20) now  supports  9600 
  32. baud.  I believe the newest version of Qmodem (3.0) does as well.
  33.  
  34. Paul  Meiners,  the  author of GT  PowerComm,  has  a  USRobotics 
  35. HST9600 baud modem and he is using it every day.  I, too, have  a 
  36. USR  HST9600 as well as a Microcom MNP modem that I  am  testing.  
  37. There are two quite different error correction methods in use  at 
  38. this   time.   MNP  (Microcom  Networking  Protocol)  which   was 
  39. developed by Microcom and ARQ (a general term used by USR to mean 
  40. Automatic  Retry  Request protocols - theirs  being  specifically 
  41. called USR-HST [High Speed Technology]) and these two methods are 
  42. totally  incompatible.   Even the methods used to  modulate  9600 
  43. baud  signals  appears  to be  incompatible.   However,  we  have 
  44. successfully  connected these two different brands of  modems  in 
  45. 'reliability' mode.  The USR has the ability to 'fallback' to MNP 
  46. at  1200 or 2400 baud where MNP has established a standard.   (Of 
  47. course, that makes sense for our PCP users).
  48.  
  49. We  have  also connected with other USR HST9600 modems  and  seen 
  50. that  we  have outstanding performance at 9600  baud.   (We  have 
  51. cruised  along at about 945 cps during transfers of more  than  3 
  52. million  bytes  so far).  Further, GT is such an  efficient  comm 
  53. program that we are able to drive these modems at 19,200 bits per 
  54. second from the systems while the modem is communicating at  9600 
  55. to  another modem - for additional performance.  It is  for  this 
  56. very  reason  that  we had to implement flow  control  -  so  the 
  57. transmitting modem does not overrun.  I will discuss this in more 
  58. detail a little later in this tutorial.
  59.  
  60. So, while you are correct that there is no standard at 9600 baud, 
  61. that  does  not  mean  that  9600  baud  modems  are  necessarily 
  62. impractical.  We are determining to what extent it is a  problem.  
  63. What  concerns me the most is the different  modulation  methods.  
  64. Nevertheless, it will not stop our  support  of 9600 baud.
  65.  
  66. Finally, you are right again, MNP (ARQ) is a hardware function  - 
  67. but it can and should be a transparent one.  I note, for example, 
  68. that  since  I began testing these modems I have  connected  with 
  69. several  (many)  others and, as a result,totally  eliminated  the 
  70. line  noise  that was present prior to the MNP connection  -  ie, 
  71. there  appears  to  be  more to MNP than  just  error  free  file 
  72. transfers.  Thus, we must look at it.  And, in doing so, we  will 
  73. test  the various non-error checking protocols that are  used  in 
  74. such  environments  (Ymodem-G,  for example).  It is  as  much  a 
  75. learning  curve  for  us as for the users - we just  MUST  do  it 
  76. behind the scenes for credibility sake.
  77.  
  78. W:   I  understand the necessity to stay  up  with  technological 
  79. advances affecting your your product.  What I am not to clear  on 
  80. is exactly what is MNP or ARQ and why have they come about.   Can 
  81. you shed some light on this? 
  82.  
  83. D:  Since 2400 baud modems are NOT really 2400 'baud' - they  are 
  84. 2400 bits per second,  1200 baud modems - it has been clear  that 
  85. the limit of reliable communications in terms of speed using  the 
  86. bandwidth  of  the  existing telephone  circuitry  has  not  been 
  87. reached.  However, it is also clear that as we more densely  pack 
  88. information  within  that  bandwidth  the  incidence  of   errors 
  89. increases.    The  manufacturers  investigated,   starting   with 
  90. Microcom, various error detection and recovery methods that  were 
  91. hardware  assisted.   That  was the the birth  of  MNP  (Microcom 
  92. Networking  Protocol).   There  has been  an  evolution  in  that 
  93. technology  which  results in several 'levels' of  MNP  available 
  94. today.  The higher the level, the more function is included.   At 
  95. any level, MNP merely insures that the data received by the modem 
  96. is what was sent by the sending modem.  That is INSUFFICIENT,  in 
  97. my  opinion.   The  only  valid scenario  is  one  in  which  the 
  98. receiving  COMPUTER is insured that it received  accurately  what 
  99. the  sending COMPUTER sent.  There are cables,  ports,  circuits, 
  100. timings,  etc.  that MNP DOES NOT CHECK.  Thus, it seems  that  a 
  101. combination   of  software  and  hardware  error  detection   and 
  102. correction methods is necessary.
  103.  
  104. Almost  all  file  transfer protocols check  what  I  believe  is 
  105. necessary  - computer to computer accuracy.  What, then,  is  the 
  106. advantage  of  MNP?   Well, to begin with,   it  SHOULD  be  more 
  107. efficient.   If  the software need only be  concerned  with  data 
  108. bytes  and  not CRC and other control bytes, then  it  should  be 
  109. faster.  Further, the newer levels of MNP are more efficient than 
  110. you  might  have guessed.  They strip off the start bit  and  the 
  111. stop  bits  from  each  byte, for  example,  and  that  increases 
  112. transfer  performance  by 20% (8 bits per byte rather  than  10).  
  113. Further,  they  send 'compressed' data  via  internal  algorithms 
  114. which increases performance even more.   On the other side of the 
  115. ledger,  MNP and ARQ technology has some built  in  disadvantages 
  116. from a performance point of view, they are, after all, no  longer 
  117. just high speed pipes but are now full computers (usually  Z80's) 
  118. and  are  prone  to  modest  slowdowns  at  the  higher   speeds.  
  119. Nevertheless, at 9600 'baud' it is possible to obtain about  1100 
  120. cps  rather than 960 and at 2400 'baud' it is possible to  obtain 
  121. upwards of 290 cps rather than 240.
  122.  
  123. Not to forget, as I mentioned earlier, MNP is active at all times 
  124. while  protocol  transfers are active only during  a  transfer  - 
  125. thus,  line noise is effectively filtered out even while  we  are 
  126. chatting.   There  are  several possible advantages,  and  a  few 
  127. disadvantages - not the least of which is the lack of standards. 
  128.  
  129. W:  Jim,  I understand what you just said and from that it  would 
  130. seem  that  MNP is needed at both ends to do the  job.   Is  that 
  131. correct?  Also is MNP proprietary for just Microcom modems?
  132.  
  133. D:   It  is obviously true that MNP (or ARQ) must exist  on  both 
  134. ends  to be functional.  When my Microcom modem connects  with  a 
  135. non-MNP  modem  it recognizes that fact and reverts  to  being  a 
  136. standard  Hayes  compatible  modem.  Further, when  the  USR  HST 
  137. connects  with  a Microcom that has MNP, there is a  fallback  in 
  138. baud  rates  to  2400  baud  in both  modems  so  that  they  can 
  139. communicate  using MNP.  That is likely to be overridden  by  the 
  140. users, however, via disabling MNP or ARQ in such situations.  (My 
  141. opinion only).  However, it is reasonably certain that 9600  baud 
  142. connections cannot be established without error correction  being 
  143. functional.  Further, while Microcom  MNP is wider used than  ARQ 
  144. (USR's  method), the USR method of supporting both (at  different 
  145. baud rates) is more flexible and argues for USR.  It may be  that 
  146. we obtained the wrong 9600 baud modems at this time.  It is  part 
  147. of the testing and learning process.
  148.  
  149. As  to  the proprietary nature of MNP, according  to  USRobotics, 
  150. Microcom  has placed at least the first three levels of MNP  into 
  151. the public domain.  It is certain that they have been generous in 
  152. licensing out at least the lower 'levels' to other manufacturers.  
  153. What alternative do they have?  Unless a standard evolves,  these 
  154. are contests that damage the future, not advances it.
  155.  
  156. W:   It  seems  obvious that standards in this area  are  to  the 
  157. advantage  of all concerned.  Is there a  standards  organization 
  158. looking into this?  I would like to have 9600 baud capability and 
  159. error   free  transmission.   However,  I  would  also  like   to 
  160. communicate with whomever without having to worry about whats  at 
  161. the other end.  Do you see what I am concerned about?
  162.  
  163. D:   Of course.  It is a paraphrase of my earlier discussion.   I 
  164. think  the  only 'standards organization' that  is  effective  is 
  165. called   the   marketplace.   The  huge  power   of   the   Hayes 
  166. organization, because of its modem standard, is likely to be  the 
  167. telling blow to other manufacturers - when they finally put there 
  168. own  9600  baud technology - may well become  the  new  standard.  
  169. Because  of this I believe it is premature to buy 'long' in  such 
  170. security issues as USRobotics and Microcom. 
  171.  
  172. W:  Whenever I talk to the Hayes people at a convention or  trade 
  173. show, they know or say nothing about 9600 development.  I do  not 
  174. know  if this is just policy or not.  I think that when  they  do 
  175. introduce  9600 that it would not necessarily mean that  whatever 
  176. they  do will be the standard.  I may be naive, but I would  like 
  177. to believe that will be the case.  I say this only because others 
  178. are  active in meeting a need and they are not or appear  not  to 
  179. be.
  180.  
  181. D:  No argument there.  My point remains valid only if Hayes does 
  182. something in the near term.  Intel saw what happens when they get 
  183. over  confident and let competition pass them by when they  first 
  184. put the 8080 micro-computer chip into the marketplace.  They  had 
  185. it  made, save only that the Z80 took it ALL away from them.   It 
  186. was  an awfully long time before they we were able to  come  back 
  187. and Motorola nearly did it to them again.  So, while Hayes has by 
  188. far  the  largest  visible shelf space in  the  industry  at  the 
  189. moment,  USR (my guess) or Microcom could steal it away from lack 
  190. of responsive attention on their part. 
  191.  
  192. W:   It would seem that you need compatible hardware  above  2400 
  193. baud  and  compatible software as well for  truly  effective  and 
  194. increased performance.  Does Paul Meiners' Megalink protocol  tie 
  195. into this somehow?
  196.  
  197. D:   Megalink  is an extremely  efficient  protocol  particularly 
  198. designed  for  the network environments like PCP and  the  higher 
  199. baud  rates.   It  is 'network friendly',  which  means  that  it 
  200. recognizes  and honors flow control imposed by the network.   For 
  201. efficiency  it  uses 512 byte packets (4 blocks), it  is  a  full 
  202. streaming  protocol,  which means it does not ever  stop  sending 
  203. unless  it receives a NAK saying a packet was received in  error, 
  204. and it is batch oriented.  It uses block 0 header information, as 
  205. do all the '...link' protocols so that the resulting file is  the 
  206. same size and properly time and date stamped, and it uses 32  bit 
  207. CRC rather rather than 16. 
  208.  
  209. I  think  it is time to go back to the earlier tutorial  and  add 
  210. some more concepts at this time.
  211.  
  212. Since our last discussion there has been increased popularity  in 
  213. two relatively new file protocols.  The first of these is  called 
  214. SEAlink and the second is Zmodem.  You will recall in the earlier 
  215. discussion  that 'windowing' techniques are beginning  to  become 
  216. available  in  the  file  transfer protocols.   There  is  now  a 
  217. Windowing  Kermit,  for  example,  as  well  as  WXmodem.   These 
  218. programs  attempt  to obtain better performance by  avoiding  the 
  219. start-stop approach used by earlier protocols where after sending 
  220. a  packet  of  data the transmitter would stop and  wait  for  an 
  221. Acknowledgment that the packet had been properly received  before 
  222. sending  the  next  one.  Windowing  protocols  assume  that  the 
  223. packets are being received without error and do not wait  between 
  224. packets.   The  receiving systems DO send ACK signals,  its  just 
  225. that  the transmitter is not waiting for them.  Assuming  all  is 
  226. well, time has been saved as a result.  When an error does occur, 
  227. a  NAK  is returned to the transmitter and associated  with  that 
  228. signal  is  the packet number that was in  error.   Assuming  the 
  229. transmitter  still  has  that packet at its  disposal  it  merely 
  230. retransmits it and proceeds.
  231.  
  232. That is the limit, of course.  In order to be able to  retransmit 
  233. a  packet it must still be in the transmit buffer and the  buffer 
  234. has  a  finite  length.  All windowing protocols  set  a  maximum 
  235. 'window  size'.   This means that there can be no more  than  'x' 
  236. packets sent without a reply before the transmitter is forced  to 
  237. wait for that reply else error recovery would not work.  This  is 
  238. no  big  deal at 1200 baud, but at 2400 and above  it  is  really 
  239. quite limiting.
  240.  
  241. SEAlink  is a windowing protocol.  It has as an  added  advantage 
  242. over WXmodem, for example, two important features: it uses 3 byte
  243. CRC for increased reliability and it uses a window size of 6
  244. rather than the 4 used by WXmodem.  It is NOT 'network-friendly'.
  245.  
  246. What  is 'network-friendly'?  It is a design that recognizes  and 
  247. honors  XON/XOFF  signals that are placed on a  packet  switching 
  248. network when that network (like PC Pursuit) becomes so busy  that 
  249. it is nearly choking on data.  When the network places an XOFF on 
  250. the line, a network-friendly recognizes it for what it is  rather 
  251. than  a coincidental configuration of bits in a byte of data  and 
  252. stops  sending data!  It stops until it receives an XON from  the 
  253. network.  Why is that important?  Well, it is my experience  that 
  254. a  huge  number  of subscribers now exists for  PCP.   Forcing  a 
  255. network to exceed its ability to handle data could only crash the 
  256. network.   PCP would not allow that.  They have intelligent  node 
  257. controllers  that selectively will abort a 'hog' link  that  does 
  258. not  honor  its earlier 'request' to wait a  little  (via  XOFF).  
  259. Thus,  using  a  protocol that is not  network-friendly  is  like 
  260. saying: "I don't care if I am a hog.  And, if you don't like  it, 
  261. then abort me."  As usage continues to increase, the network will 
  262. oblige that attitude.
  263.  
  264. The  result  of being network-friendly is two fold  in  terms  of 
  265. 'hits'  against  performance: 1) while you are  waiting  for  the 
  266. network to send you an XON you are not sending data and 2)  there 
  267. are  MANY extra bytes of control information that  definitionally 
  268. must be sent along with your data.
  269.  
  270. Let  me  explain that last point as it is not  obvious,  I  know.  
  271. XOFF  and XON are simply bytes, just like the letter 'A'  or  the 
  272. digit  '4'.  If no data file contained those bytes then it  would 
  273. be  easy  to  implement  a  network-friendly  protocol.   Recall, 
  274. however, that it is almost always true that data is sent in  some 
  275. form  of archive or compressed format.  The resulting  bytes  can 
  276. have  ANY  configuration  despite what  the  un-archived  or  un-
  277. compressed  file  looks  like.   In other  words,  the  odds  are 
  278. essentially  100%  that the data files that you send  consist  of 
  279. probably  many bytes that look like XOFF or XON.  That cannot  be 
  280. allowed  to  happen.   The  protocol finds  all  such  bytes  and 
  281. encapsulates  them  in  what is called an  escape  sequence  that 
  282. consists  of a special byte (usually the DLE character)  followed 
  283. by a 'folded' duplicate of the byte that needed to be camouflaged 
  284. (the  XON  or  XOFF).   Folding merely means  that  the  byte  is 
  285. transmogrified  in  some  way  (usually  via  being  sent  as   a 
  286. compliment  -  XORed with all 1's).  Further, the  DLE  character 
  287. itself must also be escape sequenced for this method to work.  It 
  288. is a random process that results in indeterminate performance for 
  289. any particular file.  That is, if a file had none of these  three 
  290. special  byte  combinations in it, then the time to  transmit  it 
  291. would be minimal where a file that happened to have many of  them 
  292. will  have  that  many  more bytes to send  in  order  to  escape 
  293. sequence  it.   In  such a case the file  would  take  longer  to 
  294. transmit than the first.  Same protocol, different performance.
  295.  
  296. On  balance, the designers of SEAlink did an excellent job.   The 
  297. performance  of SEAlink is essentially as good as WXmodem yet  it 
  298. is more reliable and uses the 'link' header.  Why is SEAlink becoming 
  299. so  popular?   Because  it is a protocol supported  under  a  BBS 
  300. system  called  OPUS which is quickly replacing most of  the  old 
  301. FIDO systems all over the country.  It is a good protocol.Because
  302. it is not network-friendly it does not bother with (it doesn't have
  303. to) escape coding anything.   That is probably a fatal mistake to
  304. its  future particularly as the networks get crowded.
  305.  
  306. The next one of interest is called Zmodem.  This is almost always 
  307. found  as an external protocol.  That means it is included  in  a 
  308. file  (DSZ.EXE)  that  is  shelled to by  the  host  or  terminal 
  309. communications program when it is needed.  As such, it requires a 
  310. lot of memory compared to the internal protocols.  But because of 
  311. that,  it is easy to install as a protocol offering of  many  BBS 
  312. systems.   There  is  another  and  more  significant  difference 
  313. between Zmodem and the other protocols we have already  discussed 
  314. so  far.  Instead of being start-stop in nature, and  instead  of 
  315. being  windowing,  it  is  a  streaming  protocol.   A  streaming 
  316. protocol  does  not expect to get ANY ACK signals back  from  the 
  317. receiver  until the transfer is complete and successful.   If  an 
  318. error  occurs  it  will  receive  a NAK  and  it  is  up  to  the 
  319. transmitter to insure that it can recover from any NAK  received.  
  320. Thus,  because  it  is not a windowed  protocol  it  never  stops 
  321. transmitting  unless there is an error.  That means it should  be 
  322. faster than even the windowing protocols.
  323.  
  324. Zmodem uses 32-bit CRC for reliability and it is network-friendly.
  325. In some ways it is not very user-friendly, however.  For example,
  326. in every other protocol there is a way to 
  327. terminate  the transfer should you wish to do so while it  is  in 
  328. progress.   The usual manner is to press Cntl-X one or two  times 
  329. and  wait  till the other end recognizes the  abort  request  and 
  330. finally stops.  In the case of Zmodem you must do so 5! times in 
  331. a row to stop it.  I suggest that not 1 user in a thousand  knows 
  332. that.  It is a popular protocol as a result of its performance on 
  333. the  packet  switching  networks.    
  334.  
  335. Included  in  GT  PowerComm 12.20 is  the  newest  file  transfer 
  336. protocol.   It  is called MegaLink.  It uses 32-bit  CRC,  it  is 
  337. network-friendly, is faster than Sealink, and like all the 'link' 
  338. named  protocols  it uses a header record that results  in  exact 
  339. size and proper time and date stamping of the resulting file when 
  340. received.   Most  interesting  about  MegaLink  is  how  well  it 
  341. performs  at  the very highest baud rates.   Running  comparative 
  342. tests of four different protocols, all sending the same 880K file 
  343. to  the same machine and at 9600 baud, I obtained  the  following 
  344. results:
  345.  
  346.     WXmodem   60.4 % efficiency  580 cps
  347.     SEAlink   75.6 %             725 cps
  348.     Ymodem    77.6 %             744 cps
  349.     Zmodem         unsuccessful*
  350.     MegaLink  98.5 %             945 cps
  351.  
  352. In order, WXmodem did so poorly for two reasons: at 9600 baud its 
  353. window limit of 4 is the same as not having a windowing technique 
  354. at  all.   Second,  there are ACK signals coming  back  for  each 
  355. packet  sent.  In the 9600 baud arena, the transmission  is  only 
  356. 9600 baud in one direction and only 300 baud in the other!  It is 
  357. transparent,   more  or  less,  to  the  users  as   the   modems 
  358. automatically change which direction is at 9600 baud based on the 
  359. volume of data that needs to be sent in each direction at any one 
  360. time.   Further, while one character (the ACK itself at 300  baud 
  361. is  not significant, the ACK/NAK response is actually either  two 
  362. or  three  bytes  rather  than one  as  you  might  expect.   The 
  363. additional byte(s) is for packet number (and it's compliment).
  364.  
  365. SEAlink is being driven about as fast as it can go.  It is not as 
  366. fast as Ymodem because of the small window it uses (like WXmodem) 
  367. and because it has so many more characters to transmit because it 
  368. is network-friendly (escape sequences).
  369.  
  370. Ymodem  is  going as fast as it can.  It  is  effected  primarily 
  371. because  of  the start-stop nature of its function and  the  fact 
  372. that  the  ACK/NAKs  are coming back at 300 baud.   Here  we  see 
  373. clearly  an indication that the days of the start-stop  protocols 
  374. are numbered.
  375.  
  376. As an aside, Ymodem-G would have performed MUCH better because it 
  377. has  no  error  correction capability, thus it  has  fewer  bytes  to 
  378. transmit and no turnaround delays.  Remember, however, that error 
  379. correcting modems are only capable of insuring that the data sent 
  380. from  one  modem is received reliably by the other.  As  will  be 
  381. seen  in  the  discussion later  about  Zmodem's  total  failure, 
  382. Ymodem-G would not have reliably worked in this test.
  383.  
  384. It  is  interesting that Zmodem failed altogether at  9600  baud.  
  385. The  reason is a little subtle and it leads to the next  thing  I 
  386. wanted to discuss anyway.
  387.  
  388. I earlier mentioned that the MNP and ARQ modems are able to strip 
  389. the  start  and  stop bits from bytes, (they must,  thus,  be  in 
  390. synchronous  mode rather than asynchronous), and that  they  also 
  391. may  use  a  form  of compression  beyond  that  for  performance 
  392. reasons.   I  further stated that at 9600 baud the  modem  I  was 
  393. using was able to perform at 1100 cps rather than 960.  This  may 
  394. have  caused  you  to  ponder: if the modem  is  connect  to  the 
  395. computer  at 9600 baud that means the computer can only send  960 
  396. characters  per second to the modem for subsequent  transmission.  
  397. So how can the modem send it any faster than it receives it?
  398.  
  399. The answer is that it cannot do so.  The method to use to  obtain 
  400. these  extraordinary performances is to connect your computer  to 
  401. the  modem  at 19,200 baud and utilize a buffer in the  modem  to 
  402. match  up the input with the output.  Naturally, as the  data  is 
  403. arriving at the modem much faster than it is leaving, there  must 
  404. be  a way to stop the input.  Well, you guessed it, we  use  flow 
  405. control just like the networks when they are getting choked.   In 
  406. particular, we sense that the modem's Clear To Send signal is  on 
  407. or  off.   When off, we stop sending data to it and when  on,  we 
  408. instantly start cramming data at it at 19,200 baud.  In this way, 
  409. the modem is able to send data at 1100 cps.  Naturally, the modem 
  410. must  be  able  to  control its CTS  signal  for  this  to  work.  
  411. USRobotics HST is capable of doing so.
  412.  
  413. I showed you what happened to Zmodem when we tried to transfer to 
  414. it  at in excess of 9600 baud - it failed.  That is not  entirely 
  415. the fault of Zmodem, however.  Unless the receiving system is  of 
  416. the AT class of computers you will probably find that  regardless 
  417. of  what  kind of software you are using with it,  the  modem  is 
  418. faster  than the computer's ability to feed it or eat  from  it!!  
  419. Now that is amazing, isn't it?  We now have modems that are paced 
  420. by  the  computer they are attached to instead of the  other  way 
  421. around.
  422.  
  423. Incidentally,  unless  the receiving computer is connect  to  the 
  424. receiving  modem  at  19,200  instead  of  9600  baud,  and   has 
  425. implemented some form of flow control to signal the sending modem 
  426. that  it's  buffer  is full, 1100 cps transmissions  to  it  will 
  427. naturally fail when the buffer is overflowed.
  428.  
  429.